google.golang.org/grpc/internal/transport.http2Server.ctx (field)
10 uses
google.golang.org/grpc/internal/transport (current package)
http2_server.go#L70: ctx context.Context
http2_server.go#L248: ctx: setConnection(context.Background(), rawConn),
http2_server.go#L271: t.ctx = peer.NewContext(t.ctx, t.getPeer())
http2_server.go#L281: t.ctx = sh.TagConn(t.ctx, &stats.ConnTagInfo{
http2_server.go#L286: sh.HandleConn(t.ctx, connBegin)
http2_server.go#L508: s.ctx, s.cancel = context.WithTimeout(t.ctx, timeout)
http2_server.go#L510: s.ctx, s.cancel = context.WithCancel(t.ctx)
http2_server.go#L1239: sh.HandleConn(t.ctx, connEnd)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)